Ninja Database Pro
SearchAllKeywords Method (FullTextIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > FullTextIndex<T> Class : SearchAllKeywords Method
keywords seperated by space or comma
Search the text field where all keywords must be present
Syntax
Public Function SearchAllKeywords( _
   ByVal keywords As String, _
   ByVal ignoreCase As Boolean _
) As List(Of SingleIndexRecord(Of T,String))
Dim instance As FullTextIndex(Of T)
Dim keywords As String
Dim ignoreCase As Boolean
Dim value As List(Of SingleIndexRecord(Of T,String))
 
value = instance.SearchAllKeywords(keywords, ignoreCase)
public List<SingleIndexRecord<T,string>> SearchAllKeywords( 
   string keywords,
   bool ignoreCase
)
public:
List<SingleIndexRecord<T^,String^>^>^ SearchAllKeywords( 
   String^ keywords,
   bool ignoreCase
) 

Parameters

keywords
keywords seperated by space or comma
ignoreCase
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FullTextIndex<T> Class
FullTextIndex<T> Members